std::basic_streambuf
From Cppreference
| Defined in header
<streambuf> | ||
| template<
class CharT, | ||
Two specializations for common character types are also defined:
| Defined in header
<streambuf> | |
| Type | Definition |
| streambuf | basic_streambuf<char> |
| wstreambuf | basic_streambuf<wchar_t> |
| This section is incomplete |
Member types | ||
| Member type | Definition | |
| char_type | CharT | |
| traits_type | Traits | |
| int_type | Traits::int_type | |
| pos_type | Traits::pos_type | |
| off_type | Traits::off_type | |
Member functions | |
Locales | |
Positioning | |
Get arena | |
Put arena | |
Putback | |
Protected member functions | |
Locales | |
Positioning | |
Get arena | |
Put arena | |
Putback |